Package com.cisco.pt.ipc.sim.pdu.impl
Class AnalogPhoneSignalImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
com.cisco.pt.ipc.sim.pdu.impl.PduImpl
com.cisco.pt.ipc.sim.pdu.impl.AnalogPhoneSignalImpl
- All Implemented Interfaces:
IPCData,AnalogPhoneSignal,Pdu,Signal
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CallStateprotected Stringprotected Stringprotected Stringprotected SkinnyMessageTypeprotected Stringprotected StringFields inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
fieldNames, fieldTable, signalType, typeTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencodeTypeAndPayload(EncodedBuffer buffer) getFieldType(String fieldName) voidpduRead(EncodedBuffer buffer) voidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetCallState(CallState callState) voidsetDialedKey(String dialedKey) voidsetDispMsg(String dispMsg) voidsetLineNum(String lineNum) voidsetMsgType(SkinnyMessageType msgType) voidsetOutGoingNum(String outGoingNum) voidsetStrSound(String strSound) Methods inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
getFieldValueMethods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
getFieldValue
-
Field Details
-
msgType
-
dialedKey
-
strSound
-
lineNum
-
callState
-
dispMsg
-
outGoingNum
-
-
Constructor Details
-
AnalogPhoneSignalImpl
public AnalogPhoneSignalImpl()
-
-
Method Details
-
getMsgType
- Specified by:
getMsgTypein interfaceAnalogPhoneSignal- Returns:
- SkinnyMessageType Returns a SkinnyMessageType
-
setMsgType
- Specified by:
setMsgTypein interfaceAnalogPhoneSignal- Parameters:
msgType- Takes in a parameter of msgType
-
getDialedKey
- Specified by:
getDialedKeyin interfaceAnalogPhoneSignal- Returns:
- String Returns a String
-
setDialedKey
- Specified by:
setDialedKeyin interfaceAnalogPhoneSignal- Parameters:
dialedKey- Takes in a parameter of dialedKey
-
getStrSound
- Specified by:
getStrSoundin interfaceAnalogPhoneSignal- Returns:
- String Returns a String
-
setStrSound
- Specified by:
setStrSoundin interfaceAnalogPhoneSignal- Parameters:
strSound- Takes in a parameter of strSound
-
getLineNum
- Specified by:
getLineNumin interfaceAnalogPhoneSignal- Returns:
- String Returns a String
-
setLineNum
- Specified by:
setLineNumin interfaceAnalogPhoneSignal- Parameters:
lineNum- Takes in a parameter of lineNum
-
getCallState
- Specified by:
getCallStatein interfaceAnalogPhoneSignal- Returns:
- CallState Returns a CallState
-
setCallState
- Specified by:
setCallStatein interfaceAnalogPhoneSignal- Parameters:
callState- Takes in a parameter of callState
-
getDispMsg
- Specified by:
getDispMsgin interfaceAnalogPhoneSignal- Returns:
- String Returns a String
-
setDispMsg
- Specified by:
setDispMsgin interfaceAnalogPhoneSignal- Parameters:
dispMsg- Takes in a parameter of dispMsg
-
getOutGoingNum
- Specified by:
getOutGoingNumin interfaceAnalogPhoneSignal- Returns:
- String Returns a String
-
setOutGoingNum
- Specified by:
setOutGoingNumin interfaceAnalogPhoneSignal- Parameters:
outGoingNum- Takes in a parameter of outGoingNum
-
getFieldType
- Overrides:
getFieldTypein classPduImpl
-
read
Reads this object from an EncodedBuffer of raw data -
pduRead
-
getOrderedFieldNames
- Specified by:
getOrderedFieldNamesin interfaceSignal- Overrides:
getOrderedFieldNamesin classPduImpl
-
encodeTypeAndPayload
- Specified by:
encodeTypeAndPayloadin interfaceSignal- Overrides:
encodeTypeAndPayloadin classPduImpl
-